@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:croton a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    geo:location <http://nomisma.org/id/croton#this> ;
    skos:altLabel "Kroton"@en ;
    skos:broader nm:bruttium ;
    skos:changeNote <http://nomisma.org/id/croton#provenance> ;
    skos:closeMatch <http://catalogue.bnf.fr/ark:/12148/cb12270347q>,
        <http://collection.britishmuseum.org/id/place/x51774>,
        <http://d-nb.info/gnd/4200589-9>,
        <http://dbpedia.org/resource/Crotone>,
        <http://sws.geonames.org/2524881/>,
        <http://viaf.org/viaf/153601049>,
        <http://vocab.getty.edu/tgn/7004291>,
        <http://www.wikidata.org/entity/Q6681>,
        <https://ikmk.smb.museum/ndp/ort/646>,
        <https://pleiades.stoa.org/places/452317>,
        <https://www.freebase.com/m/0kyxp> ;
    skos:definition "The mint at the ancient site of Croton in Bruttium."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "كروتوني"@ar,
        "Кротоне"@bg,
        "Crotone"@br,
        "Crotona"@ca,
        "Crotone"@cs,
        "Crotone"@de,
        "Κρότωνας"@el,
        "Croton"@en,
        "Krotono"@eo,
        "Crotona"@es,
        "Crotona"@eu,
        "کروتون"@fa,
        "Crotone"@fr,
        "Crotone"@gl,
        "קרוטונה"@he,
        "Crotone"@hu,
        "Կրոտոնե"@hy,
        "Crotone"@ia,
        "Crotone"@id,
        "Crotone"@it,
        "クロトーネ"@ja,
        "Кротоне"@kk,
        "크로토네"@ko,
        "Croto"@la,
        "Krotonė"@lt,
        "Crotone"@ms,
        "Crotone"@nb,
        "Crotone"@nl,
        "Crotone"@nn,
        "Crotone"@oc,
        "Crotone"@pl,
        "Crotone"@pt,
        "Crotone"@ro,
        "Кротоне"@ru,
        "Crotone"@sc,
        "Crotone"@sh,
        "Crotone"@sl,
        "Кротон"@sr,
        "Crotone"@sv,
        "โกรโตเน"@th,
        "Krotona"@tl,
        "Crotone"@tr,
        "Кротоне"@uk,
        "کروتونے"@ur,
        "Crotone"@vi,
        "Crotone"@vo,
        "克羅托內"@zh .

<http://nomisma.org/id/croton#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2015-10-24T04:00:03+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1zg7HnWqYSzVk8oSLythIOvqix0CYf0Xxv6VMb4Edeho/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2015-08-26T04:00:03+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/19N59I8u6CnwDYfSHsr10xDt50fIRp_EyqZP_BGVaH4U/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:description "This is among the original Nomisma XHTML+RDFa fragments, most likely created between 2010-2012 by Sebastian Heath and/or Andy Meadows."@en ;
            dcterms:type "manual" ;
            prov:atTime "2012-10-28T21:43:36+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows>,
                <http://nomisma.org/editor/sfsheath> ] ;
    foaf:topic nm:croton .

<http://nomisma.org/id/croton#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/bruttium#this> ;
    geo:lat 39.080763 ;
    geo:long 17.127080 .

