Hoard
IRI: http://nomisma.org/ontology#Hoard
has Superclasses: Find
Class instances: nm:olivers_orchard_hoards, nm:normanby_hoard, nm:lliria_hoard, nm:brauweiler_hoard
Note: A group of numismatic objects: a store of wealth concealed with intent of recovery but which, for reasons not usually known to us, was not recovered until modern times.
Examples: Hoard was found in year_, in location_, and contains of table of content_.
Use case: a.
RDF/XML:<nmo:Hoard rdf:about="http://.../hoard_1">
<skos:prefLabel xml:lang="en">Hoard 1</skos:prefLabel>
<nmo:hasFindspot>
<nmo:Find>
<nmo:hasDate rdf:datatype="xsd:gYear">1984</nmo:hasDate>
<crm:P7_took_place_at rdf:resource="http://.../location"/>
</nmo:Find>
</nmo:hasFindspot>
<dcterms:tableOfContents rdf:resource="http://.../contents_h1"/>
</nmo:Hoard>
Use case: b.

RDF/XML:<nmo:Hoard rdf:about="hoard_1">
<dcterms:tableOfContents>
<rdf:Description>
<crm:P167i_includes rdf:resource="http://../layer_l1"/>
<crm:P167i_includes rdf:resource="http://../layer_l2"/>
</nmo:StratigraphicUnit>
</dcterms:tableOfContents>
</nmo:Hoard>
Use case: c.

Turtle::hoard_1 a nmo:Hoard ;
crm:P167i_includes :layer_1, :layer_2, :layer_3 .
:layer_1 a nmo:StratigraphicUnit ;
nmo:isBelow :layer_2 ;
dcterms:tableOfContents <http://../content_l1> .
:layer_2 a nmo:StratigraphicUnit ;
nmo:isAbove :layer_1 ;
nmo:isEqual :layer_3 ;
dcterms:tableOfContents <http://../content_l2> .
OpenEdition suggests that you cite this post as follows:
zeena (May 2, 2022). Hoard. Digital Numismatics. Retrieved April 20, 2025 from https://nomisma.hypotheses.org/2661