@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:tithorea a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    geo:location <http://nomisma.org/id/tithorea#this> ;
    skos:altLabel "Tithoreia"@en ;
    skos:broader nm:phocis ;
    skos:changeNote <http://nomisma.org/id/tithorea#provenance> ;
    skos:closeMatch <http://dbpedia.org/resource/Tithorea>,
        <http://sws.geonames.org/252841>,
        <http://www.wikidata.org/entity/Q2470929>,
        <https://pleiades.stoa.org/places/541152>,
        <https://www.freebase.com/m/0g34p9> ;
    skos:definition "The mint at the ancient site of Tithorea in Phocis"@en ;
    skos:inScheme nm: ;
    skos:prefLabel "تيثوريا"@ar,
        "Tithorea"@de,
        "Τιθορέα"@el,
        "Tithorea"@en,
        "Tithorea"@es,
        "Tithoréa"@fi,
        "Tithorea"@fr,
        "Tithorea"@it,
        "ティトレア"@ja,
        "Tithorea"@nl,
        "Tithoréa"@nn,
        "Тифорея"@ru,
        "Tithoréa"@sv,
        "Титорея"@uk .

<http://nomisma.org/id/tithorea#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2022-04-03T05:09:17.704000+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2022-04-03T05:04:08.706000+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    foaf:topic nm:tithorea .

<http://nomisma.org/id/tithorea#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/phocis#this> ;
    geo:lat 38.5817245 ;
    geo:long 22.673318 .

