Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a data module for map #12

Open
soltanireza65 opened this issue Nov 10, 2023 · 1 comment
Open

Create a data module for map #12

soltanireza65 opened this issue Nov 10, 2023 · 1 comment
Assignees

Comments

@soltanireza65
Copy link
Contributor

No description provided.

@soltanireza65 soltanireza65 self-assigned this Nov 10, 2023
@soltanireza65
Copy link
Contributor Author

soltanireza65 commented Nov 10, 2023

A turtle from: https://solid-demo.generativeobjects.com

/public/myvisitedplaces.ttl

@prefix : <#>.
@prefix schema: <http://schema.org/>.
@prefix n0: <http://generativeobjects.com/apps#>.
@prefix y: <http://dbpedia.org/class/yago/>.
@prefix res: <http://dbpedia.org/resource/>.

:a0075194-ba06-4682-b899-30cc8d229e20
    a n0:VisitedPlace;
    y:WikicatMemberStatesOfTheUnitedNations res:Netherlands;
    n0:VisitedPlaceType "Country";
    schema:description "Nide country to live in";
    schema:startDate "2023-11-09".

Link to repo

@prefix : <#>.
@prefix schema: <http://schema.org/>.
@prefix n0: <http://generativeobjects.com/apps#>.
@prefix y: <http://dbpedia.org/class/yago/>.
@prefix res: <http://dbpedia.org/resource/>.
@prefix ont: <http://dbpedia.org/ontology/>.

:a0075194-ba06-4682-b899-30cc8d229e20
    a n0:VisitedPlace;
    y:WikicatMemberStatesOfTheUnitedNations res:Netherlands;
    n0:VisitedPlaceType "Country";
    schema:description "Nide country to live in";
    schema:startDate "2023-11-09".
:a27db5fa-f3b7-48ae-b26d-221aef2d6b3c
    a n0:VisitedPlace;
    ont:Place res:Cabin_Ben;
    n0:VisitedPlaceType "Place";
    schema:description "nice place";
    schema:startDate "2023-11-09".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant