Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created March 30, 2012 16:25
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 ldodds/2252615 to your computer and use it in GitHub Desktop.
Save ldodds/2252615 to your computer and use it in GitHub Desktop.
Touche Turtle in Turtle
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rel: <http://www.perceive.net/schemas/relationship/> .
@prefix ex: <http://example.org/ns#>
<http://example.org/#touche-turtle>
rel:friendOf <http://example.org/#dum-dum> ;
a ex:Turtle ;
foaf:name "Touche Turtle" .
<http://example.org/#dum-dum>
rel:friendOf <http://example.org/#touche-turtle> ;
a ex:Dog ;
foaf:name "Dum Dum" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment