@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@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:gamla_galilaea a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics,
        nm:roman_provincial_numismatics ;
    geo:location <http://nomisma.org/id/gamla_galilaea#this> ;
    skos:altLabel "Gamala"@en ;
    skos:broader nm:galilaea ;
    skos:changeNote <http://nomisma.org/id/gamla_galilaea#provenance> ;
    skos:closeMatch <http://dbpedia.org/resource/Gamla>,
        <http://www.wikidata.org/entity/Q1493165>,
        <https://pleiades.stoa.org/places/678146>,
        <https://www.freebase.com/m/04w4sp> ;
    skos:definition "Mint at the ancient site of Gamla, alt. sp. Gamala (Hebrew: גַּמְלָא, lit. The Camel), an ancient Jewish city on the Golan Heights. It is believed to have been founded as a Seleucid fort during the Syrian Wars which was turned into a city under Hasmonean rule in 81 BCE. During the Great Revolt, it became an important stronghold for rebels and because of this Gamla is a symbol for the modern state of Israel and an important historical and archaeological site."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "جمالا"@ar,
        "Гамла"@bg,
        "Gamala"@ca,
        "Gamla"@cs,
        "Gamla"@de,
        "Gamla"@en,
        "Gamala"@es,
        "Gamla"@fr,
        "גמלא"@he,
        "Գամլա"@hy,
        "Gamala"@it,
        "Gamla"@nb,
        "Gamla"@nl,
        "Gamla"@pl,
        "Гамла"@ru,
        "Gamla"@sh,
        "Гамла"@uk,
        "加姆拉"@zh .

<http://nomisma.org/id/gamla_galilaea#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-02-26T18:56:03.761000-06:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2020-02-26T18:52:29.333000-06:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    foaf:topic nm:gamla_galilaea .

<http://nomisma.org/id/gamla_galilaea#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/galilaea#this> ;
    geo:lat 32.9012675 ;
    geo:long 35.7373505 .

