Skip to content

Instantly share code, notes, and snippets.

@hcayless
Created January 15, 2014 17:31
Show Gist options
  • Save hcayless/8440570 to your computer and use it in GitHub Desktop.
Save hcayless/8440570 to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lawd: <http://lawd.info/ontology/> .
@prefix gawd: <http://gawd.atlantides.org/terms/> .
@prefix lr: <http://lawd.info/ontology/relationships> .
@prefix oa: <http://www.openannotation.org/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s: <http://example.org/snap> .
<http://www.trismegistos.org/ref/30558>
oa:hasBody <http://www.trismegistos.org/ref/30558/assertions> ;
oa:hasTarget <http://papyri.info/ddbdp/bgu;3;993dupl/source> ;
oa:motivatedBy oa:linking ;
a oa:Annotation .
<http://www.trismegistos.org/ref/30558/assertions>
s:asserts <http://www.trismegistos.org/ref/30558/assertions/1>, <http://www.trismegistos.org/ref/30558/assertions/2>, <http://www.trismegistos.org/ref/30558/assertions/3> .
<http://www.trismegistos.org/ref/30558/assertions/1>
rdf:object <http://www.trismegistos.org/person/13985> ;
rdf:predicate <gawd:attestsTo> ;
rdf:subject <http://papyri.info/ddbdp/bgu;3;993dupl/source> ;
a rdf:Statement .
<http://www.trismegistos.org/ref/30558/assertions/2>
rdf:object <http://www.trismegistos.org/person/15047> ;
rdf:predicate <lr:father> ;
rdf:subject <http://www.trismegistos.org/person/13985> ;
a rdf:Statement .
<http://www.trismegistos.org/ref/30558/assertions/3>
rdf:object <http://www.trismegistos.org/person/14378> ;
rdf:predicate <lr:mother> ;
rdf:subject <http://www.trismegistos.org/person/13985> ;
a rdf:Statement .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment