# imports: https://www.omg.org/spec/Commons/AnnotationVocabulary/ # imports: https://www.omg.org/spec/Commons/Collections/ # imports: https://www.omg.org/spec/Commons/DatesAndTimes/ # imports: https://www.omg.org/spec/Commons/Designators/ @prefix cmns-av: . @prefix cmns-col: . @prefix cmns-cxtdsg: . @prefix cmns-dsg: . @prefix cmns-dt: . @prefix dct: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xsd: . a owl:Ontology ; rdfs:label "Commons Contextual Designators Ontology" ; dct:abstract "The contextual designators ontology extends the designators ontology to incorporate applicable dates and times and facilitate the inclusion of other context that is commonly needed, derived in part from the patterns defined in ISO 11179-3, Metadata Registries." ; dct:contributor "Dean Allemang, Working Ontologist" , "Elisa Kendall, Thematix Partners LLC" , "Pete Rivett, agnos.ai U.K. Ltd" ; dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ; owl:imports , , , ; owl:versionIRI ; skos:note "The contextual designators ontology conforms with the OWL 2 DL semantics, and is outside of OWL 2 RL due to (1) imported axioms from the designations and dates and times ontologies, and (2) the inclusion of local some values and min 0 cardinality constraints. The latter could be removed as needed to support OWL RL rule-based applications that cannot be extended to support it." ; cmns-av:copyright "Copyright (c) 2020-2022 Thematix Partners LLC" , "Copyright (c) 2020-2022 Working Ontologist LLC" , "Copyright (c) 2022 Object Management Group, Inc." , "Copyright (c) 2022 agnos.ai U.K. Ltd" ; . cmns-cxtdsg:Context a owl:Class ; rdfs:label "context" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.6.5" , "ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15" ; skos:definition "situation or frame of reference in which something applies, exists, happens, or is used and that helps to illustrate or explain it" ; skos:note "From a terminology perspective, context provides information, including but not limited to text, that illustrates a concept or the use of a designation for a given situation." ; . cmns-cxtdsg:ContextualDesignation a owl:Class ; rdfs:subClassOf cmns-dsg:Designation , [ a owl:Restriction ; owl:onProperty cmns-cxtdsg:hasApplicablePeriod ; owl:allValuesFrom cmns-dt:DatePeriod ; ] , [ a owl:Restriction ; owl:onProperty cmns-cxtdsg:isApplicableIn ; owl:onClass cmns-cxtdsg:Context ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] ; rdfs:label "contextual designation" ; skos:definition "designation that applies to something in some context" ; skos:note "Contextual designators may be structured such that they include other designators, for example, composite identifiers that include a country code to distinguish national identifiers from one another, for example, in the case of some manufacturing, agricultural, or financial instrument identifiers." , "Note that the use of the min 0 cardinality restriction in the definition of this class is provided as a reminder that contextual designators are expected, in most cases, to have some sort of context associated with them. There may be cases where the context is limited to a time period, though, and thus additional context may not be required, or where more direct relationships to provenance, governance, or other contextual information is available." ; . cmns-cxtdsg:ContextualName a owl:Class ; rdfs:subClassOf cmns-cxtdsg:ContextualDesignation , cmns-dsg:Name ; rdfs:label "contextual name" ; skos:definition "designation by which someone, some place, or something is known in some context" ; skos:note "Names for people may be considered to be personally identifying information (PII), especially when other details are also available. Specifying names as string values attached directly to an individual makes name reconciliation and management, including from a privacy perspective, more challenging." , "Names of people, places, and organizations often change over time, and may be used in a particular context, such as a DBA name for a business or legal name for a person." , "This class is designed to be extended to include provenance details regarding the source for a particular name as well as links to the various contexts in which it is used." ; . cmns-cxtdsg:appliesTo a owl:ObjectProperty ; rdfs:label "applies to" ; skos:definition "indicates something for which a context is material, germane, or relevant in some way" ; . cmns-cxtdsg:hasApplicablePeriod a owl:ObjectProperty ; rdfs:subPropertyOf cmns-cxtdsg:isApplicableIn , cmns-dt:hasDatePeriod ; rdfs:label "has applicable period" ; rdfs:range cmns-dt:DatePeriod ; skos:definition "indicates a date period during which something may be used, applies, is valid or is accurate or relevant" ; . cmns-cxtdsg:isApplicableIn a owl:ObjectProperty ; rdfs:label "is applicable in" ; owl:inverseOf cmns-cxtdsg:appliesTo ; skos:definition "indicates a context in which something is relevant" ; . cmns-cxtdsg:isUsedBy a owl:ObjectProperty ; rdfs:label "is used by" ; owl:inverseOf cmns-cxtdsg:uses ; skos:definition "is employed in the process of accomplishing something for" ; . cmns-cxtdsg:uses a owl:ObjectProperty ; rdfs:label "uses" ; skos:definition "employs as a means of accomplishing some task or achieving some result" ; .