@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ikmkc: <https://ikmk.smb.museum/ndp/category/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ikmk.smb.museum/ndp/denomination/2538>
  a skos:Concept, ikmkc:denomination ;
  skos:prefLabel "1/4 Solidus"@de ;
  skos:definition "Byzantinisches Teilstück des Solidus. Nur unter Iustinianus II. in seiner zweiten Regierung (705-711) geprägt"@de, "Byzantine fractional gold denomination with the value of 1/4 of the solidus. The only known examples were struck during the second reign of Emperor Justinian II (705-711)."@en ;
  skos:exactMatch <http://nomisma.org/id/quarter_solidus> ;
  skos:inScheme ikmkc:denomination ;
  dc:created "2024-05-10"^^xsd:date ;
  dc:modified "2024-05-10"^^xsd:date .

