Skip to content

Instantly share code, notes, and snippets.

@hcayless
Created February 20, 2014 19:05
Show Gist options
  • Save hcayless/9120865 to your computer and use it in GitHub Desktop.
Save hcayless/9120865 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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lawd: <http://lawd.info/ontology/> .
@prefix rels: <http://snapdrgn.org/relationships/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://www.trismegistos.org/name/1303#this>
lawd:attestation <http://www.trismegistos.org/ref/30558#name> ;
lawd:primaryExpression "Tasemis"@grc-latn, "Τασῆμις"@grc ;
lawd:variantExpression "Ta-Ḏmȝ", "Ταθημις", "Τατημις" ;
a lawd:PersonalName .
<http://www.trismegistos.org/person/13985#this>
lawd:attestation <http://www.trismegistos.org/ref/30558#person> ;
lawd:name <http://www.trismegistos.org/name/1303#this> ;
a lawd:Person ;
foaf:name "Tasemis"@grc-latn .
<http://www.trismegistos.org/ref/30558#name>
lawd:conjunctOf <http://www.trismegistos.org/ref/30558#person> ;
lawd:responsibility <http://www.trismegistos.org> ;
cito:citesAsEvidence <http://papyri.info/ddbdp/bgu;3;993dupl/source> ;
a lawd:NameAttestation ;
rdfs:label "Τασῆμις" .
<http://www.trismegistos.org/ref/30558#person>
lawd:conjunctOf <http://www.trismegistos.org/ref/30558#name> ;
lawd:responsibility <http://www.trismegistos.org> ;
cito:citesAsEvidence <http://papyri.info/ddbdp/bgu;3;993dupl/source> ;
a lawd:PersonAttestation ;
rdfs:label "Τασῆμις" .
<urn:uuid:af7d1070-9a5a-11e3-a5e2-0800200c9a66>
lawd:responsibility <http://www.trismegistos.org> ;
rels:child <http://www.trismegistos.org/person/13985#this> ;
rels:father <http://www.trismegistos.org/person/15047#this> ;
a lawd:Relationship .
<urn:uuid:d50c7900-9a5c-11e3-a5e2-0800200c9a66>
lawd:responsibility <http://www.trismegistos.org> ;
rels:child <http://www.trismegistos.org/person/13985#this> ;
rels:mother <http://www.trismegistos.org/person/14378#this> ;
a rels:Relationship .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment