Skip to content

Instantly share code, notes, and snippets.

@hcayless
Created January 15, 2014 16:53
Show Gist options
  • Save hcayless/8439920 to your computer and use it in GitHub Desktop.
Save hcayless/8439920 to your computer and use it in GitHub Desktop.
{
"@context": {
"oa" : "http://www.w3.org/ns/oa#",
"cnt" : "http://www.w3.org/2011/content#",
"dc" : "http://purl.org/dc/elements/1.1/",
"dcterms": "http://purl.org/dc/terms/",
"dctypes": "http://purl.org/dc/dcmitype/",
"foaf" : "http://xmlns.com/foaf/0.1/",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"skos" : "http://www.w3.org/2004/02/skos/core#",
"hasBody" : {"@type":"@id", "@id" : "oa:hasBody"},
"hasTarget" : {"@type":"@id", "@id" : "oa:hasTarget"},
"hasSource" : {"@type":"@id", "@id" : "oa:hasSource"},
"hasSelector" : {"@type":"@id", "@id" : "oa:hasSelector"},
"hasState" : {"@type":"@id", "@id" : "oa:hasState"},
"hasScope" : {"@type":"@id", "@id" : "oa:hasScope"},
"annotatedBy" : {"@type":"@id", "@id" : "oa:annotatedBy"},
"serializedBy" : {"@type":"@id", "@id" : "oa:serializedBy"},
"motivatedBy" : {"@type":"@id", "@id" : "oa:motivatedBy"},
"equivalentTo" : {"@type":"@id", "@id" : "oa:equivalentTo"},
"styledBy" : {"@type":"@id", "@id" : "oa:styledBy"},
"cachedSource" : {"@type":"@id", "@id" : "oa:cachedSource"},
"conformsTo" : {"@type":"@id", "@id" : "dcterms:conformsTo"},
"default" : {"@type":"@id", "@id" : "oa:default"},
"item" : {"@type":"@id", "@id" : "oa:item"},
"first": {"@type":"@id", "@id" : "rdf:first"},
"rest": {"@type":"@id", "@id" : "rdf:rest", "@container" : "@list"},
"chars" : "cnt:chars",
"bytes" : "cnt:bytes",
"format" : "dc:format",
"annotatedAt" : "oa:annotatedAt",
"serializedAt" : "oa:serializedAt",
"when" : "oa:when",
"value" : "rdf:value",
"start" : "oa:start",
"end" : "oa:end",
"exact" : "oa:exact",
"prefix" : "oa:prefix",
"suffix" : "oa:suffix",
"label" : "rdfs:label",
"name" : "foaf:name",
"mbox" : "foaf:mbox",
"styleClass" : "oa:styleClass"
},
"@id": "http://www.trismegistos.org/ref/30558",
"@type": "oa:Annotation",
"hasBody": {
"@id": "http://www.trismegistos.org/person/13985",
"@type": "oa:SpecificResource",
"name": "Tasemis"
},
"hasTarget": {
"@id": "http://papyri.info/ddbdp/bgu;3;993dupl/source",
"@type": "oa:SpecificResource",
"hasSelector":
{
"@type": "oa:FragmentSelector",
"conformsTo": "http://hcayless.github.io/TEI-Guidelines/Guidelines-web/en/html/SA.html#SATSMA",
"value": "match(//​div[@type='edition']//​div[@n='1']//​lb[@n='2'],​'Τασῆμις')"
}
}
}
@sebastianrahtz
Copy link

woof

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment