# imports: https://www.omg.org/spec/LCC/AboutLCC/ # 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/Countries/ISO3166-2-SubdivisionCodes/ # imports: https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/ # imports: https://www.omg.org/spec/LCC/Languages/ISO639-1-LanguageCodes/ # imports: https://www.omg.org/spec/LCC/Languages/ISO639-2-LanguageCodes/ # imports: https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ @prefix dct: . @prefix lcc-3166-1: . @prefix lcc-3166-2: . @prefix lcc-639-1: . @prefix lcc-639-2: . @prefix lcc-cr: . @prefix lcc-cty: . @prefix lcc-lng: . @prefix lcc-lr: . @prefix lcc-m49: . @prefix lcc-spc: . @prefix lcc-spc-1.2: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix sm: . @prefix xsd: . a owl:Ontology ; rdfs:label "About the Languages, Countries and Codes (LCC) Specification Version 1.2" ; dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ; sm:contentLanguage "https://www.w3.org/TR/owl2-quick-reference/"^^xsd:anyURI ; sm:copyright "Copyright (c) 2015-2017 Unisys" , "Copyright (c) 2015-2020 Adaptive, Inc." , "Copyright (c) 2015-2020 agnos.ai UK Ltd." , "Copyright (c) 2015-2021 Object Management Group, Inc." , "Copyright (c) 2015-2021 Thematix Partners LLC" ; sm:fileAbbreviation "lcc-spc-1.2" ; sm:filename "AboutLCC-1.2.rdf" ; sm:publicationDate "2021-11-08T18:00:00"^^xsd:dateTime ; owl:imports , , , , , , , ; owl:versionIRI ; skos:changeNote "The https://www.omg.org/spec/LCC/20190201/AboutLCC-1.2/ version of this ontology was revised to incorporate the changes required by the LCC 1.2 RTF report." ; . lcc-spc-1.2:LCCSpecification-1.2 a owl:NamedIndividual , sm:SpecificationVersion ; rdfs:label "Languages, Countries and Codes (LCC) Specification Version 1.2" ; sm:addressForComments "http://www.omg.org/issues/"^^xsd:anyURI ; sm:isVersionOf lcc-spc:LCCSpecification ; sm:publicationDate "2021-11-08T18:00:00"^^xsd:dateTime ; sm:specificationVersionStatus "Formal Specification" ; sm:specificationVersionURL "https://www.omg.org/spec/LCC/1.2/"^^xsd:anyURI ; skos:definition "metadata for the Languages, Countries and Codes (LCC) Version 1.2 Specification" ; skos:historyNote """Revisions to the Languages, Countries and Codes (LCC) Specification and related ontologies are managed per the process outlined in the Policies and Procedures for OMG standards, with the intent to maintain backwards compatibility in the ontologies to the degree possible. It is anticipated that there will be revisions from time to time of the individuals represented herein as the ISO specifications themselves evolve. The RDF/XML serialized OWL for the Foundations ODM/OWL ontologies have been checked for syntactic errors and logical consistency with Protege 5 (http://protege.stanford.edu/), HermiT 1.4.3 (http://www.hermit-reasoner.com/), Pellet 2.3 (https://github.com/stardog-union/pellet), and via the Stardog and RDFox knowlege graph applications.""" ; .