Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created September 27, 2019 21:11
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 ewg118/049046755a670c3645689c68c14e794b to your computer and use it in GitHub Desktop.
Save ewg118/049046755a670c3645689c68c14e794b to your computer and use it in GitHub Desktop.
A coin in the ANS after having been harvested from its Linked Art JSON-LD serialization in the Nomisma.org XForms back-end
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:nm="http://nomisma.org/id/" xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:un="http://www.owl-ontologies.com/Ontology1181490123.owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:void="http://rdfs.org/ns/void#" xmlns:svcs="http://rdfs.org/sioc/services#"
xmlns:edm="http://www.europeana.eu/schemas/edm/" xmlns:nmo="http://nomisma.org/ontology#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/">
<edm:WebResource rdf:about="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.obv.noscale.jpg/full/!400,400/0/default.jpg">
<svcs:has_service rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.obv.noscale.jpg"/>
<dcterms:isReferencedBy rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.obv.noscale.jpg/info.json"/>
</edm:WebResource>
<svcs:Service rdf:about="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.obv.noscale.jpg">
<dcterms:conformsTo rdf:resource="http://iiif.io/api/image"/>
<doap:implements rdf:resource="http://iiif.io/api/image/2/level1.json"/>
</svcs:Service>
<edm:WebResource rdf:about="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.rev.noscale.jpg/full/!400,400/0/default.jpg">
<svcs:has_service rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.rev.noscale.jpg"/>
<dcterms:isReferencedBy rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.rev.noscale.jpg/info.json"/>
</edm:WebResource>
<svcs:Service rdf:about="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.rev.noscale.jpg">
<dcterms:conformsTo rdf:resource="http://iiif.io/api/image"/>
<doap:implements rdf:resource="http://iiif.io/api/image/2/level1.json"/>
</svcs:Service>
<nmo:NumismaticObject rdf:about="http://numismatics.org/collection/1944.100.76933">
<dcterms:title xml:lang="en">Silver Coin of Philip I Epiphanes Philadelphus, Antioch, 88 BC - 75 BC 1944.100.76933</dcterms:title>
<dcterms:identifier>1944.100.76933</dcterms:identifier>
<nmo:hasTypeSeriesItem rdf:resource="http://numismatics.org/sco/id/sc.1.2463.2i"/>
<nmo:hasAxis rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">11</nmo:hasAxis>
<nmo:hasWeight rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.94</nmo:hasWeight>
<nmo:hasDiameter rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">25</nmo:hasDiameter>
<nmo:hasObverse>
<rdf:Description>
<foaf:thumbnail
rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.obv.noscale.jpg/full/,120/0/default.jpg"/>
<foaf:depiction
rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.obv.noscale.jpg/full/!400,400/0/default.jpg"
/>
</rdf:Description>
</nmo:hasObverse>
<nmo:hasReverse>
<rdf:Description>
<foaf:thumbnail
rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.rev.noscale.jpg/full/,120/0/default.jpg"/>
<foaf:depiction
rdf:resource="http://images.numismatics.org/collectionimages%2F19001949%2F1944%2F1944.100.76933.rev.noscale.jpg/full/!400,400/0/default.jpg"
/>
</rdf:Description>
</nmo:hasReverse>
<nmo:hasCollection rdf:resource="http://nomisma.org/id/ans"/>
<void:inDataset rdf:resource="http://numismatics.org/search/"/>
</nmo:NumismaticObject>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment