# 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-lng: . @prefix lcc-spc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix sm: . @prefix xsd: . a owl:Ontology ; rdfs:label "About the Languages, Countries and Codes (LCC) Languages Module" ; 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-lng" ; sm:filename "AboutLanguages.rdf" ; sm:publicationDate "2021-11-08T18:00:00"^^xsd:dateTime ; rdfs:seeAlso ; owl:imports , , ; owl:versionIRI ; skos:changeNote "The http://www.omg.org/spec/LCC/20151101/Languages/AboutLanguages.rdf version of this ontology was revised to reflect the issues addressed by the LCC 1.0 FTF report." , "The http://www.omg.org/spec/LCC/20190201/Languages/AboutLanguages.rdf version of this ontology reflects the issues addressed by the LCC 1.1 RTF report." , "The http://www.omg.org/spec/LCC/20211101/Languages/AboutLanguages.rdf version of this ontology reflects the issues addressed by the LCC 1.2 RTF report." ; . lcc-lng:LanguagesModule a owl:NamedIndividual , sm:Module ; rdfs:label "LCC Languages Module" ; dct:hasPart , , ; sm:moduleAbbreviation "LCC-LNG" ; sm:moduleAbstract "This module contains ontologies representing languages commonly used in business, including human and machine-interpretable languages. The main body of the module is based on ISO 639 as well as the language element of the Language Tag specified in BCP 47 (RFC 4646, RFC 4647), to provide a systematic description of the vocabulary used for language representation, including natural and artificial languages." ; sm:moduleName "Languages" ; sm:moduleVersion "1.2" ; rdfs:seeAlso ; skos:definition "metadata about the LCC Languages module" ; .