Skip to content

Instantly share code, notes, and snippets.

@sangimed
Last active February 15, 2017 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sangimed/9dfd4e6b1dfd3e2c98e61a92027fef03 to your computer and use it in GitHub Desktop.
Save sangimed/9dfd4e6b1dfd3e2c98e61a92027fef03 to your computer and use it in GitHub Desktop.
[Travel_Project]
PREFIX trips: <http://travel.univ-rouen.fr/ontologies/trips/>
SELECT * WHERE {
?diary trips:associatedTrip <http://travel.univ-rouen.fr/triamh21667rza6r>;
trips:isCollaborative ?diary_isCollaborative;
trips:public ?diary_public;
trips:ownerId "ow4557de".
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment