In a significant enhancement to the study of Roman imperial coinage, nearly 5,000 coin hoards from the Oxford Coin Hoards of the Roman Empire project have been integrated into the numismatic Linked Open Data and are accessible in Online Coins of the Roman Empire. Nearly 5,000 coin hoards have been uploaded into Nomisma's SPARQL endpoint linking to about 14,000 Roman imperial coin types. This represents nearly one-third of all hoards in the database; the only hoards integrated into the LOD cloud are those with at least one OCRE URI, although it would be possible to upload all hoards in the future, with references to Nomisma URIs for authorities, denominations, etc.
Many CHRE hoards include geographic coordinates linking to the known findspot place name, although these places had not been coreferenced to URIs in a gazetteer system, such as Geonames. Prior to tranforming the CHRE export into RDF, I used OpenRefine to interact with Geonames APIs to link to the lowest-level geographic entity referenced by the CHRE record, whether it is a city, region, or country. A handful of places do not have Geonames URIs, but link to Wikidata.org instead. Upon uploading the RDF data into Nomisma.org, the Geonames URIs were linked to Wikidata, and the geographic hierarchy for findspots was also extracted from Wikidata and uploaded to Nomisma. It is therefore possible to query all hoards found within Greece by querying based on the Wikidata or Geonames URI for Greece, regardless of the source dataset. This enables more complex queries across datasets, such as denarius hoards of the late Roman Republic and early Principate, combining the hoards of Coin Hoards of the Roman Republic and Coin Hoards of the Roman Empire.
In addition to significantly enhancing the geographic distribution maps depicted on the coin type pages in OCRE, the distribution maps of related Roman imperial numismatic concepts on Nomisma will also show a large number of hoards. It should also be noted that single finds of gold coins are recorded in the database, and so the geographic distribution of aurei and solidi are greatly improved.
![]() |
The distribution of the coinage of Hadrian, from Hadrian's Wall to India |
![]() |
The distribution of Augustus 206, an aureus |
Once ingested, the Nomisma-backend will extract the geographic hierarchy from Wikidata, making it possible to query for all hoards found within Romania, for example:
SELECT * WHERE {
?hoard a nmo:Hoard ;
nmo:hasFindspot/crm:P7_took_place_at/crm:P89_falls_within ?findspot .
?findspot crm:P89_falls_within+ <http://www.wikidata.org/entity/Q218> ;
rdfs:label ?label
}
Many thanks to Marguerite Spoerri Butcher for providing the export from CHRE.