API | XML | JSON | Turtle |
---|---|---|---|
getNuds | NUDS/XML | ||
getRDF | RDF/XML |
Get an aggregated NUDS/XML serialization based on the recordIds in the collection.
Webservice Type : REST
Url: https://cci.arch.ox.ac.uk/apis/getNuds?
Parameters : identifiers (recordIds divided by a pipe '|')
Result : returns NUDS/XML records aggregated in a nudsGroup root element.
Example: apis/getNuds?identifiers=CCI-00.0524|CCI-00.0525|CCI-00.0526
Get an aggregated RDF/XML serialization based on the recordIds in the collection.
Webservice Type : REST
Url: https://cci.arch.ox.ac.uk/apis/getRDF?
Parameters : identifiers (recordIds divided by a pipe '|')
Result : returns RDF/XML triples for given objects/hoards/coin types.
Example: apis/getRDF?identifiers=CCI-00.0524|CCI-00.0525|CCI-00.0526
Numishare supports delivery of individual records in a variety of models and serializations through both REST and content negotiation. Content negotiation (with the accept header) requests should be sent to the URI space https://cci.arch.ox.ac.uk/id/. Requesting an unsupported content type will result in an HTTP 406: Not Acceptable error.
Model | REST | Content Type |
---|---|---|
HTML | https://cci.arch.ox.ac.uk/id/{$id} | text/html |
NUDS/XML | https://cci.arch.ox.ac.uk/id/{$id}.xml | application/xml |
KML | https://cci.arch.ox.ac.uk/id/{$id}.kml | application/vnd.google-earth.kml+xml |
RDF/XML | https://cci.arch.ox.ac.uk/id/{$id}.rdf | application/rdf+xml |
Turtle | https://cci.arch.ox.ac.uk/id/{$id}.ttl | text/turtle |
JSON-LD | https://cci.arch.ox.ac.uk/id/{$id}.jsonld | application/ld+json |
geoJSON | https://cci.arch.ox.ac.uk/id/{$id}.geojson | application/vnd.geo+json |
Search results (the browse page) are returned in HTML5, but Numishare supports Atom and RSS via REST, as well as Atom and raw Solr XML via content negotiation of the browse page URL, https://cci.arch.ox.ac.uk/results. The REST-based Atom feed sorts by the Lucene syntax 'timestamp desc' by default, but the sort parameter may be provided manually to alter the default field and order.
Model | REST | Content Type |
---|---|---|
HTML | https://cci.arch.ox.ac.uk/results | text/html |
Atom | https://cci.arch.ox.ac.uk/feed/ | application/atom+xml |
RSS | https://cci.arch.ox.ac.uk/apis/search?q=*:*&format=rss | N/A |
Solr/XML | N/A | application/xml |
Search results may also be serialized into geographic models when relevant, for example to show the mints, findspots, or subjects related to the current query. Results are made available in KML and geoJSON.
Data dumps conforming to the Nomisma ontology are linked on the index page. At present, these files are only available in RDF/XML.
Data dumps conforming to the Pelagios 3 model are linked on the index page. At present, these files are only available in RDF/XML.