@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/2532>
  a skos:Concept, ikmkc:denomination ;
  skos:prefLabel "3 Nummi"@de ;
  skos:definition "Byzantinisches Mehrfachstück des bronzenen Nummus, nur in Ägypten während des 6. und 7. Jhs. ausgegeben. Trägt das Wertzeichen Γ = drei."@de, "A copper denomination with the value of 3 nummi. The coin bears a mark of value in Greek (Γ). It was struck only in Egypt throughout the period the mint in Alexandria remained in operation under Byzantine control, between the early sixth and mid-seventh century."@en ;
  skos:exactMatch <http://nomisma.org/id/3_nummi> ;
  skos:inScheme ikmkc:denomination ;
  dc:created "2024-05-10"^^xsd:date ;
  dc:modified "2024-05-10"^^xsd:date .

