# imports: https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ # imports: https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/ # imports: https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ @prefix dct: . @prefix lcc-3166-1: . @prefix lcc-3166-2: . @prefix lcc-cr: . @prefix lcc-lr: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix sm: . @prefix xsd: . a owl:Ontology ; rdfs:label "ISO 3166-2 Subdivision Codes Ontology" ; dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ; sm:contentLanguage "http://www.omg.org/spec/ODM/"^^xsd:anyURI , "http://www.w3.org/standards/techs/owl#w3c_all"^^xsd:anyURI ; sm:copyright "Copyright (c) 2015-2017 Unisys" , "Copyright (c) 2015-2020 Adaptive Inc." , "Copyright (c) 2015-2021 Object Management Group, Inc." , "Copyright (c) 2015-2021 Thematix Partners LLC" , "Copyright (c) 2021 agnos.ai UK Ltd." ; sm:dependsOn "https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"^^xsd:anyURI , "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"^^xsd:anyURI , "https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/"^^xsd:anyURI ; sm:fileAbbreviation "lcc-3166-2" ; sm:fileAbstract "This ontology defines the code set relevant to representation of subdivisions of countries, as required to support the ISO 3166-2 subdivision codes. The codes for each country are defined by country in subordinate, regional ontologies." ; sm:filename "ISO3166-2-SubdivisionCodes.rdf" ; rdfs:seeAlso , ; owl:imports , , ; owl:versionIRI ; skos:changeNote "The http://www.omg.org/spec/LCC/20151101/Countries/ISO3166-2-SubdivisionCodes/ version of this ontology was modified per the resolutions included in the LCC 1.0 FTF report. The subdivision codes and related metadata contained herein are current as of the July 2017 revision to the online code set." ; . lcc-3166-2:ISO3166-2-CodeSet a owl:NamedIndividual , lcc-lr:CodeSet , lcc-lr:IdentificationScheme ; rdfs:label "ISO 3166-2 code set" ; rdfs:isDefinedBy ; skos:definition "the set of subdivision identifiers that comprise the ISO 3166-2 specification" ; . lcc-3166-2:Territory a owl:NamedIndividual , lcc-cr:GeographicRegionKind ; rdfs:label "territory" ; rdfs:isDefinedBy ; skos:definition "a kind of region that is a territory" ; .