@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 org: <http://www.w3.org/ns/org#> .
@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:chalcidian_league a skos:Concept,
        foaf:Organization ;
    dcterms:isPartOf nm:greek_numismatics ;
    skos:changeNote <http://nomisma.org/id/chalcidian_league#provenance> ;
    skos:definition "The Chalcidian League, also referred to as the Olynthians or the Chalcidians in Thrace to distinguish them from the Chalcidians in Euboea, was a federal state that existed on the Chalcidice peninsula, on the shores of the northwest Aegean Sea, from around 430 BCE until it was destroyed by Philip II of Macedon in 348 BCE."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Chalcidian_League>,
        <http://www.wikidata.org/entity/Q2042616>,
        <https://www.freebase.com/m/053p4r4> ;
    skos:inScheme nm: ;
    skos:prefLabel "Халкидски съюз"@bg,
        "Lliga Calcídica"@ca,
        "Κοινό των Χαλκιδέων"@el,
        "Chalcidian League"@en,
        "Liga Calcídica"@es,
        "Ligue chalcidienne"@fr,
        "הליגה הכלקידיקית"@he,
        "Liga Kalkidiki"@id,
        "Lega calcidica"@it,
        "カルキディア同盟"@ja,
        "Chalkidikė"@lt,
        "Халкидский союз"@ru,
        "Халкидички савез"@sr ;
    skos:scopeNote "This concept, previously designated as a mint, should not be confused with the mint of Olynthus in Macedon."@en ;
    org:hasMembership <http://nomisma.org/id/chalcidian_league#membership_3c17dca24adb7a0b89e19f65196b5aaf> .

<http://nomisma.org/id/chalcidian_league#membership_3c17dca24adb7a0b89e19f65196b5aaf> a org:Membership ;
    nmo:hasEndDate "-0348"^^xsd:gYear ;
    nmo:hasStartDate "-0430"^^xsd:gYear ;
    org:role nm:league .

<http://nomisma.org/id/chalcidian_league#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-03-09T08:14:52.848000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ],
        [ 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> ] ;
    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:chalcidian_league .

