Skip to content

Instantly share code, notes, and snippets.

@tombaker
Created September 8, 2020 07:58
Show Gist options
  • Save tombaker/7ce4c7511f1b74cc2668fc3f17a5833f to your computer and use it in GitHub Desktop.
Save tombaker/7ce4c7511f1b74cc2668fc3f17a5833f to your computer and use it in GitHub Desktop.
PREFIX : <http://example.org/>
PREFIX schema: <http://schema.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
:User IRI {
schema:name xsd:string ;
schema:knows @:User*
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment