@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix nm: <http://nomisma.org/id/> .
@prefix nmo: <http://nomisma.org/ontology#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nm:philistian_mint a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    dcterms:source nm:yehud_coinage ;
    skos:broader nm:philistia ;
    skos:changeNote <http://nomisma.org/id/philistian_mint#provenance> ;
    skos:definition "Uncertain mint in Philistia. H. Gitler – C. Lorber – J.-P. Fontanille, The Yehud Coinage. A Study and Die Classification of the Provincial Silver Coinage of Judah (Jerusalem 2023), 337–338."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Philistian Mint"@en .

<http://nomisma.org/id/philistian_mint#provenance> a dcterms:ProvenanceStatement ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2024-07-15T13:30:59.273000+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1HCPxOdxaCC4THEMeb_GLBzj9GLJbi3M_YevzaHoaIJY/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ] ;
    foaf:topic nm:philistian_mint .

