Skip to content

Instantly share code, notes, and snippets.

@kurtcagle
Last active August 29, 2015 14:25
Show Gist options
  • Save kurtcagle/55c223243cc42fd6c645 to your computer and use it in GitHub Desktop.
Save kurtcagle/55c223243cc42fd6c645 to your computer and use it in GitHub Desktop.
Metaprogramming Gist 1
prefix person: <http: //semantic.co/ns/person></http:>
prefix personName: <http: //semantic.co/ns/personName></http:>
person:jane_doe
rdf:type class:Person;
rdfs:label "Jane Doe"^^xs:string;
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment