Skip to content

Instantly share code, notes, and snippets.

@stain
Created October 11, 2019 10:07
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 stain/65e808f3a99442b1d65554f72d7f297c to your computer and use it in GitHub Desktop.
Save stain/65e808f3a99442b1d65554f72d7f297c to your computer and use it in GitHub Desktop.
document
prefix ex <http://example.com/survey4/>
agent(ex:alice)
agent(ex:bob)
entity(ex:response1)
wasAttributedTo(ex:response1, ex:patient4)
entity(ex:response2)
wasAttributedTo(ex:response2, ex:patient7)
entity(ex:dataset)
wasAttributedTo(ex:dataset, ex:alice)
wasDerivedFrom(ex:dataset, ex:response1)
wasDerivedFrom(ex:dataset, ex:response2)
entity(ex:graph)
wasAttributedTo(ex:graph, ex:bob)
wasDerivedFrom(ex:graph, ex:dataset)
wasAssociatedWith(ex:surveying, ex:alice)
used(ex:surveying, ex:response1)
used(ex:surveying, ex:response2)
wasGeneratedBy(ex:dataset, ex:surveying)
wasAssociatedWith(ex:analysis, ex:bob)
used(ex:analysis, ex:dataset)
wasGeneratedBy(ex:graph, ex:surveying)
activity(ex:surveying)
activity(ex:analysis)
endDocument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment