hasMint
IRI: http://nomisma.org/ontology#hasMint
Related classes: nmo:Mint
Note: Identifies the place of manufacture or issue of a numismatic object.
Examples: Rome, comama, etc., Coin_1 minted in comama is certain, Coin_x minted either in comama or in cretopolis, is uncertain (example of two uncertainty modeling options).
Use case: a.
RDF/XML:<rdf:Description rdf:about="Coin_1">
<nmo:hasMint rdf:resource="nm:comama"/>
</rdf:Description>
<rdf:Description rdf:about="Coin_x">
<nmo:hasMint>
<rdf:Description>
<rdf:value rdf:resource="nm:comama"/>
<rdf:value rdf:resource="nm:cretopolis"/>
<un:hasUncertainty rdf:resource="nm:uncertain_value"/>
</rdf:Description>
</nmo:hasMint>
</rdf:Description>
Use case: b.
Turtle::Coin_x nmo:hasMint [ a edtfo:UncertainStatement ;
amt:weight "0.83"^^<xsd:decimal> ;
rdf:value nm:comama ],
[ a edtfo:UncertainStatement ;
amt:weight "0.17"^^<xsd:decimal> ;
rdf:value nm:cretopolis ] .
OpenEdition suggests that you cite this post as follows:
zeena (April 29, 2022). hasMint. Digital Numismatics. Retrieved April 20, 2025 from https://nomisma.hypotheses.org/1919