@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:mediolanum a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:roman_numismatics ;
    geo:location <http://nomisma.org/id/mediolanum#this> ;
    skos:broader nm:greek_italy ;
    skos:changeNote <http://nomisma.org/id/mediolanum#provenance> ;
    skos:closeMatch <http://collection.britishmuseum.org/id/place/x27178>,
        <http://dbpedia.org/resource/Mediolanum>,
        <http://geonames.org/3173435>,
        <http://sws.geonames.org/3173435/>,
        <http://vocab.getty.edu/tgn/7005903>,
        <http://www.wikidata.org/entity/Q729978>,
        <https://ikmk.smb.museum/ndp/ort/610>,
        <https://pleiades.stoa.org/places/383706>,
        <https://www.freebase.com/m/02fhyz> ;
    skos:definition "The mint at the ancient site of Mediolanum (Milan) in Italy."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Milano"@da,
        "Mediolanum"@de,
        "Mediolanum"@en,
        "Mediolanum"@es,
        "Mediolanum"@et,
        "Mediolanum"@fr,
        "מדיולאנום"@he,
        "Mediolan"@hr,
        "Mediolanum"@hu,
        "Mediolanum"@id,
        "Mediolanum"@it,
        "Mediolanum"@nl,
        "Mediolano"@pt,
        "Milano"@ro,
        "Медиоланум"@ru,
        "Mediolanum"@sh,
        "Mediolanum"@sl,
        "Milano"@tr .

<http://nomisma.org/id/mediolanum#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2017-04-28T19:10:55+00:00"^^xsd:dateTime ],
        [ 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 "manual" ;
            prov:atTime "2024-06-04T13:41:05.776000+00:00"^^xsd:dateTime ;
            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:mediolanum .

<http://nomisma.org/id/mediolanum#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/greek_italy#this> ;
    geo:lat 45.463746 ;
    geo:long 9.188060 .

