Skip to content

Instantly share code, notes, and snippets.

@B-Stefan
Created November 23, 2016 11:13
Show Gist options
  • Save B-Stefan/aa6759cbff6f78747854f8080829b849 to your computer and use it in GitHub Desktop.
Save B-Stefan/aa6759cbff6f78747854f8080829b849 to your computer and use it in GitHub Desktop.
document
prefix ex <http://example.com>
wasGeneratedBy(ex:Ingredients, ex:Buy, -)
wasGeneratedBy(ex:Cake, ex:Bake, -)
activity(ex:Buy, -, -)
activity(ex:Bake, -, -)
entity(ex:Cake)
entity(ex:Ingredients)
agent(ex:Bob)
wasAttributedTo(ex:Cake, ex:Bob)
used(ex:Bake, ex:Ingredients, -)
wasAssociatedWith(ex:Bob, ex:Bake, -)
endDocument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment