Skip to content

Instantly share code, notes, and snippets.

@portableant
Forked from hcayless/gist:9911921
Created April 1, 2014 13:48
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 portableant/9914316 to your computer and use it in GitHub Desktop.
Save portableant/9914316 to your computer and use it in GitHub Desktop.
@prefix cito: <http://purl.org/spar/cito> .
@prefix cnt: <http://www.w3.org/2011/content> .
@prefix dc: <http://purl.org/dc/terms> .
@prefix lawd: <http://lawd.info/ontology> .
<http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1>
a lawd:Person ;
dc:publisher <http://edh-www.adw.uni-heidelberg.de> ;
lawd:hasName <http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1#name> ;
lawd:hasAttestation <http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1#attestation> .
<http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1#name>
a lawd:PersonalName, cnt:ContentAsText ;
dc:publisher <http://edh-www.adw.uni-heidelberg.de> ;
lawd:hasAttestation <http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1#attestation> ;
lawd:primaryForm "Nonia Optata"@la .
<http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1#attestation>
a lawd:Attestation, cnt:ContentAsText ;
dc:publisher <http://edh-www.adw.uni-heidelberg.de> ;
cito:citesAsEvidence <http://edh-www.adw.uni-heidelberg.de/edh/inschrift/HD000001> ;
lawd:hasCitation <http://edh-www.adw.uni-heidelberg.de/edh/inschrift/HD000001#citation> ;
cnt:chars "Noniae P.f. Optatae" .
<http://edh-www.adw.uni-heidelberg.de/edh/inschrift/HD000001#citation>
a lawd:Citation, cnt:ContentAsText ;
cnt:chars "AE 1983, 0192." .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment